net/http.http2pipe.donec (field)

7 uses

	net/http (current package)
		h2_bundle.go#L3840: 	donec    chan struct{}   // closed on error
		h2_bundle.go#L3966: 	if p.donec == nil {
		h2_bundle.go#L3972: 	case <-p.donec:
		h2_bundle.go#L3974: 		close(p.donec)
		h2_bundle.go#L3993: 	if p.donec == nil {
		h2_bundle.go#L3994: 		p.donec = make(chan struct{})
		h2_bundle.go#L4000: 	return p.donec